home *** CD-ROM | disk | FTP | other *** search
Visual Basic Active Designer file | 1999-09-19 | 5.2 KB | 164 lines |
- VERSION 5.00
- Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} denBooks
- ClientHeight = 4665
- ClientLeft = 0
- ClientTop = 0
- ClientWidth = 9390
- _ExtentX = 16563
- _ExtentY = 8229
- FolderFlags = 1
- TypeLibGuid = "{1231B6FC-6A67-11D3-8ABA-00902781840B}"
- TypeInfoGuid = "{1231B6FD-6A67-11D3-8ABA-00902781840B}"
- TypeInfoCookie = 0
- Version = 4
- NumConnections = 1
- BeginProperty Connection1
- ConnectionName = "conBooks"
- ConnDispId = 1001
- SourceOfData = 3
- ConnectionSource= "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\VBDB\Working\Biblio.mdb"
- Expanded = -1 'True
- QuoteChar = 96
- SeparatorChar = 46
- EndProperty
- NumRecordsets = 2
- BeginProperty Recordset1
- CommandName = "comAuthors"
- CommDispId = 1002
- RsDispId = 1006
- CommandText = "SELECT * FROM Authors ORDER BY Author"
- ActiveConnectionName= "conBooks"
- CommandType = 1
- IsRSReturning = -1 'True
- NumFields = 3
- BeginProperty Field1
- Precision = 10
- Size = 4
- Scale = 0
- Type = 3
- Name = "Au_ID"
- Caption = "Au_ID"
- EndProperty
- BeginProperty Field2
- Precision = 0
- Size = 50
- Scale = 0
- Type = 200
- Name = "Author"
- Caption = "Author"
- EndProperty
- BeginProperty Field3
- Precision = 5
- Size = 2
- Scale = 0
- Type = 2
- Name = "Year Born"
- Caption = "Year Born"
- EndProperty
- NumGroups = 0
- ParamCount = 0
- RelationCount = 0
- AggregateCount = 0
- EndProperty
- BeginProperty Recordset2
- CommandName = "comPublishers"
- CommDispId = 1007
- RsDispId = 1012
- CommandText = "SELECT * FROM Publishers ORDER BY Name"
- ActiveConnectionName= "conBooks"
- CommandType = 1
- Locktype = 3
- IsRSReturning = -1 'True
- NumFields = 10
- BeginProperty Field1
- Precision = 10
- Size = 4
- Scale = 0
- Type = 3
- Name = "PubID"
- Caption = "PubID"
- EndProperty
- BeginProperty Field2
- Precision = 0
- Size = 50
- Scale = 0
- Type = 200
- Name = "Name"
- Caption = "Name"
- EndProperty
- BeginProperty Field3
- Precision = 0
- Size = 255
- Scale = 0
- Type = 200
- Name = "Company Name"
- Caption = "Company Name"
- EndProperty
- BeginProperty Field4
- Precision = 0
- Size = 50
- Scale = 0
- Type = 200
- Name = "Address"
- Caption = "Address"
- EndProperty
- BeginProperty Field5
- Precision = 0
- Size = 20
- Scale = 0
- Type = 200
- Name = "City"
- Caption = "City"
- EndProperty
- BeginProperty Field6
- Precision = 0
- Size = 10
- Scale = 0
- Type = 200
- Name = "State"
- Caption = "State"
- EndProperty
- BeginProperty Field7
- Precision = 0
- Size = 15
- Scale = 0
- Type = 200
- Name = "Zip"
- Caption = "Zip"
- EndProperty
- BeginProperty Field8
- Precision = 0
- Size = 15
- Scale = 0
- Type = 200
- Name = "Telephone"
- Caption = "Telephone"
- EndProperty
- BeginProperty Field9
- Precision = 0
- Size = 15
- Scale = 0
- Type = 200
- Name = "Fax"
- Caption = "Fax"
- EndProperty
- BeginProperty Field10
- Precision = 0
- Size = 1073741824
- Scale = 0
- Type = 201
- Name = "Comments"
- Caption = "Comments"
- EndProperty
- NumGroups = 0
- ParamCount = 0
- RelationCount = 0
- AggregateCount = 0
- EndProperty
- End
- Attribute VB_Name = "denBooks"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = True
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
-